home *** CD-ROM | disk | FTP | other *** search
- on button5
- global gInTypeWord
- set gInTypeWord to 1
- UserSelect("TypeIn", "home")
- end
-
- on button4
- global gInTypeWord
- set gInTypeWord to 0
- UserSelect("WordList", "home")
- end
-
- on button3
- killSprites()
- MoviePlay(1)
- resetPuzzle()
- end
-
- on button2
- puppetSound(0)
- sound close 1
- sound close 2
- CloseSection()
- GoMainMenu()
- end
-
- on button1
- puppetSound(0)
- sound close 1
- sound close 2
- ExitSequence()
- end
-